Vcenter Vm Guest DhcpConfigInfo
Vcenter Vm Guest DhcpConfigInfo
The Vcenter Vm Guest DhcpConfigInfo schema specifies when Dynamic Host Configuration Protocol is enabled.
This schema was added in vSphere API 7.0.0.0.
JSON Example
{
"ipv4_enabled": false,
"ipv6_enabled": false
}
boolean
ipv4_enabled
Required
True if IPv4 DHCP is enabled, false otherwise.
This property was added in vSphere API 7.0.0.0.
boolean
ipv6_enabled
Required
True if IPv6 DHCP is enabled, false otherwise.
This property was added in vSphere API 7.0.0.0.